@charset "utf-8";
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "新細明體";
	color:#6b6b6b;
	line-height:20px;
	}
#wrapper{
	width:100%;
	}
#header{
	width:100%;
	background:url(../images/top_menu/bg.gif) repeat-x left top;
	height:99px;
	overflow:hidden;
	}
#header #main{
	width:980px;
	margin:0px auto;
	}
#banner{
	width:100%;
	border-top:6px solid #ff6600;
	height:235px;
	position:relative;
	margin: 0px auto;
	}
#content_index{
	width:100%;
	background:url(../images/index/bg.gif) repeat-x left bottom;
	padding-top:16px;
	padding-bottom: 22px;
}
#content{
	width:100%;
	}
#footer{
	width:100%;
	padding:8px 0px;
	color:#fff;
	background:#f60;
	}
